home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Source
/
HippoDraw
/
HippoDrawSrc1.1
/
Hippo.subproj
/
Circle.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-04-25
|
172 b
|
13 lines
#import "Graphic.h"
@interface Circle : Graphic
/* Methods overridden from superclass */
- (float)naturalAspectRatio;
- draw;
- (BOOL)hit:(const NXPoint *)point;
@end